projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2adbbd
)
[IA64] Fix panic when destroying DomVTI
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Tue, 17 Oct 2006 20:25:25 +0000
(14:25 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Tue, 17 Oct 2006 20:25:25 +0000
(14:25 -0600)
Signed-off-by: Kouya SHIMURA <kouya@jp.fujitsu.com>
Signed-off-by: Anthony Xu <anthony.xu@intel.com>
xen/arch/ia64/xen/domain.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/domain.c
b/xen/arch/ia64/xen/domain.c
index 155331e9e11a33691267d68109c16e3ad3177112..13d0cab73149ae7c30fdd1d3285a4275f8b6a7f4 100644
(file)
--- a/
xen/arch/ia64/xen/domain.c
+++ b/
xen/arch/ia64/xen/domain.c
@@
-366,7
+366,7
@@
void relinquish_vcpu_resources(struct vcpu *v)
void free_vcpu_struct(struct vcpu *v)
{
- if (
VMX_DOMAIN(v)
)
+ if (
v->domain->arch.is_vti
)
vmx_relinquish_vcpu_resources(v);
else
relinquish_vcpu_resources(v);